func net.trimSpace
8 uses
	net (current package)
		nss.go#L168: 		line = trimSpace(removeComment(line))
		nss.go#L177: 		db := trimSpace(line[:colon])
		nss.go#L180: 			srcs = trimSpace(srcs)
		nss.go#L191: 				srcs = trimSpace(srcs[sp+1:])
		parse.go#L211: func trimSpace(x string) string {
		parse.go#L238: 	x = trimSpace(x)
		parse.go#L244: 		if field := trimSpace(x[:sp]); len(field) > 0 {
		parse.go#L249: 		x = trimSpace(x[sp+1:])
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |